go/types.typeWriter.error (method)

8 uses

	go/types (current package)
		typestring.go#L112: func (w *typeWriter) error(msg string) {
		typestring.go#L121: 		w.error("cycle to " + goTypeName(typ))
		typestring.go#L129: 		w.error("nil")
		typestring.go#L191: 			w.error("empty union")
		typestring.go#L271: 			w.error("unknown channel direction")
		typestring.go#L299: 			w.error("unnamed type parameter")
		typestring.go#L376: 			w.error("nil type parameter")
		typestring.go#L425: 						w.error("expected string type")